#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #444;
  background: #99afc1 url('../images/bg.png') bottom left repeat-x;
  background-color: #99afc1; /* custom */
	background-attachment: fixed;
}

.float_right {float: right; margin-left: 50px;}
.clear_right {clear: right; }
.float_left {float: left; margin-right: 50px;}
.clear_left {clear: left; }
.clearing {clear: both;}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */


a img {
  border: 0;
}

a.small {
  font-size: 78%;
}

span.bold {
  font-weight: bold;
}

optgroup {
  font-style: normal;
}

#wrapper {
  min-width: 750px;
}

#header_wrapper, #preview_header_wrapper {
  float: left;
  width: 100%;
}

#header, #preview_header {
  margin: 10px 15px 0;
}

#page_title, #preview_page_title {
  float: left;
  font-size: 18px;
  color: #fff;
}

#page_title h1, #preview_page_title h1 {
  font-size: 30px;
}

#logout img { vertical-align: bottom; }
#logout, #preview_logout {
  float: right;
  font-size: 11px;
  color: #fff;
  height: 18px;
}

#logout a, #preview_logout a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#logout a:hover, #preview_logout a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#footer_wrapper {
  clear: both;
  margin: 0 15px;
  padding: 3px 0 15px 0;
  background: transparent url('../images/shadow_bottom.png') top right no-repeat;
}

#main_wrapper {
  clear: both;
  /*float: left;*/
	margin: 0 15px;
}

#main {
  float: left;
  width: 100%;
  background: transparent url('../images/shadow_right.png') top right repeat-y;
}

.print_only {
  display: none;
}

.hint {
  color: #666;
  font-size: 80%;
}

.font120 {
  font-size: 120%;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

#header #menu_bar {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 10px;
}

/* ---- TOP MENU ---- */
#top_menu {
  float: left;
  clear: left;
  text-align: left;
}

#top_menu ul {
  list-style: none;
  float: left;
}

#top_menu ul ul {
  float: none;
  display: block;
  border: 1px solid #aaa;
  position: absolute;
  width: 170px;
  z-index: 100;
  background: white;
  left: -999px;
}
#top_menu ul li:hover ul {
  left: auto;
}
#top_menu ul li.hover ul {
  border: 1px solid red;
  left: auto;
}
#top_menu ul li ul.hover {
  border: 1px solid black;
  left: auto;
}

#top_menu ul li {
  float: left;
  margin-right: 2px;
  background: transparent url('../images/tab_right.png') top left no-repeat;
}
#top_menu ul li.blink-on {
  background: transparent url('../images/tab_right.png') bottom left no-repeat;
}

#top_menu ul li.border-top {
  border-top: 1px dashed #aaa;
}

#top_menu ul li ul li {
  float: none;
  margin-right: 0;
  background: white;
}

#top_menu a, #top_menu span {
  float: none;
  display: block;
  padding-left: 9px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#top_menu ul ul a, #top_menu ul ul span {
  text-align: left;
  background: white;
}

#top_menu a, #top_menu span {
  padding: 3px 20px 3px 20px;
}

#top_menu li:hover > a, #top_menu li:hover > span {
  color: #6b8da8;
}
#top_menu li.hover > a, #top_menu li.hover > span {
  color: #6b8da8;
}
#top_menu ul ul li span.selected {
  font-weight: bolder;
}
/* ------------------ */

/* ---- BUBBLES ----*/
span.bubble span.block {
  width: 398px;
}
span.bubble span.block, span.tall-popup span.block {
  position: absolute;
  z-index: 200;
  margin: 24px 0 0 0;
  padding: 2px;
  border: 0;
  background-color: #fcfce0;
  text-align: left;
  font-weight: normal;
  letter-spacing: normal;  
  text-transform: none;  
}

span.bubble span.block span.bubble-tip {
  position: absolute;
  display: block;
  z-index: 201;
  margin: -9px 0 0 0;
  width: 20px;
  height: 10px;
  background: transparent url(../images/bubbles/top_tip.gif) no-repeat top left;
}

span.bubble span.block div.bubble-container, span.tall-popup div.bubble-container {
  margin: 0px;
  padding: 10px;
  border: 1px solid #c9c2c1;
  color: #444;
}
span.tall-popup span.block {
  top: 25px;
  right: 10px;
}
span.tall-popup span.block a.close {
  position: absolute;
  right: 24px;
  top: 8px;
  z-index: 202;
}
span.tall-popup div.bubble-container {
  width: 570px;
  height: 600px;
  overflow: auto;
}
span.bubble span.block div.bubble-container p {
  margin: 0 0 10px 0;
  font-size: 13px;
}
span.bubble span.block div.bubble-container ul {
  padding: 0 2em;
}
span.bubble span.block div.bubble-container ul li {
  padding: 4px;
}
span.bubble span.block div.bubble-container p.bottom_links {
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #c9c2c1;
}
span.block div.bubble-container p.admin_links a {
  display: block;
}
#header #logout span.bubble span.block div.bubble-container a, #header #logout span.tall-popup span.block a {
  color: #F0A718;
  padding: 0 2px;
}


span.bubble-left span.block {
  margin: 0 0 0 10px;
  width: 250px;
}

span.bubble-left span.block span.bubble-tip {
  margin: 0 0 0 -9px;
  width: 10px;
  height: 20px;
  background-image: url(../images/bubbles/left_tip.gif);
}

span.bubble-right span.block span.bubble-tip {
  margin: 0 0 0 249px;
  background-image: url(../images/bubbles/right_tip.gif);
}

span.tooltip span.keyword, span.global-admin-bubble span.valid-keyword {
  border-bottom: 2px dotted #888;
}

/* -----------------*/


/* --- TABS --- */
#tabs {
  float: right;
  clear: right;
  text-align: right;
}

#tabs ul {
  list-style: none;
  float: right;
}

#tabs ul li {
  float: left;
  margin-left: 2px;
}

#tabs a {
  float: left;
  padding-left: 9px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: transparent url('../images/tab_left.png') top left no-repeat;
}

#tabs a span {
  display: block;
  padding: 3px 20px 3px 10px;
  background: transparent url('../images/tab_right.png') top right no-repeat;
}

#tabs a:hover, #tabs a.selected, #tabs a.alert:hover {
  color: #6b8da8;
  background-position: 0% -22px;
}

#tabs a:hover span, #tabs a.selected span, #tabs a.alert:hover span {
  background-position: 100% -22px;
}

#tabs a.alert {
  color: #fff;
  background-position: 0% -44px;
}

#tabs a.alert span {
  background-position: 100% -44px;
}

/* --- SIDEBAR --- */

#sidebar_wrapper {
  width: 20%;
  float: left;
}


#sidebar {
  margin: 2px 0 2px 2px;
  padding-bottom: 150px;
  background: transparent url('../images/bg_nav.png') bottom left repeat-x;
}

#sidebar ul {
  list-style: none;
}

#sidebar ul li a {
  display: block;
  height: 1%;
  border-bottom: 1px solid #fff;
  padding: 7px 0 7px 10px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  background-color: #f7f7f7;
}

#sidebar ul li a:hover, #sidebar a.selected {
  color: #fff;
  background-color: #6b8da8;
}

#sidebar ul ul li a {
  padding-left: 25px;
  font-weight: normal;
  background-color: #fff;
  border-bottom: 1px dotted #ccc;
}

#sidebar h3 {
  margin: 20px 0 3px 0;
  padding-left: 10px;
  font-size: 16px;
  color: #4d4d4d;
}


#faciliator_nav {
  border-top: 2px solid #ccc;
}

  /*--- FACEBOX ---*/

#facebox .body {
  width: 800px;
}
#facebox textarea.mceEditor {
  width: 770px;
}
#facebox p {
  padding-bottom: 1em;
}

#facebox form.styled_block {
  margin-bottom: 0;
}


/* --- CONTENT --- */
#sidebar_wrapper + #content_wrapper {
  margin-left: 20%;
}

#content {
  padding: 0 20px;
}

#content h1 {
  padding: 15px 0;
  color: #4d4d4d;
  font-size: 150%;
}

#content h2 {
  margin-bottom: 10px;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #bbb;
}

#content #message_from_facilitator h2 {
  background-color: #888;
}

#content h3 {
  margin-bottom: 10px;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #bbb;
}

#content h4 {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #bbb;
  margin-bottom: 5px;
}

#content p {
padding-bottom: 1em;
}

a {
  color: #0033CC;
}

a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

#content .no_hover:hover {
  background-color: transparent;
}

#pre-actions {
  text-align: right;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}

#share-link:after {
  content: url(/images/external.png);
  vertical-align: middle;
  margin: 0 0 0 5px;
}


#actions {
  text-align: right;
  float: right;
  margin-top: 15px;
}

#pre-actions a, #actions a, .editor_cancel {
  padding: 2px 4px;
  color: #f0a718;
}
.line_actions a {
  color: #f0a718;
}

#pre-actions a:hover, #actions a:hover, .line_actions a:hover, #actions a.selected {
  color: #f0a718;
  background-color: #fdf5e5;
  text-decoration: none;
}

.editor_cancel, .cancel {
  padding: 2px 4px;
  /*color: red;*/
	color: #f0a718;
  background-color: transparent;
}
.editor_cancel:hover, .cancel:hover {
  /*
	background-color: red;
	color: #fff;
	*/
	background-color: #fdf5e5;
  color: #f0a718;
}

#pre-actions img {
  margin-top: -6px;
}


/* --- FORMS --- */
.busy span.indicator {
  background-image: url('../images/busy2.gif');
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 12px;
  width: 24px;
  height: 24px;
}


form .text, form .file, form .textarea, form .select, .editor_field, form .money, form .percentage, canvas {
  color: #000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
}

form span.field_hint {
  display: block;
  font-size: 70%;
  color: #444;
}

form .medium, form .text, form .file, form .textarea, form .money, form .percentage {
  padding: 4px;
  width: 300px;
}

form .money, form .integer {
  width: auto;
}

form .percentage {
  width: 34px;
}

form .money, form .integer, form .percentage {
  text-align: right;
}

form .tiny {
  width: 30px;
}

form .small {
  width: 75px;
}

form .big {
  width: 320px;
}

form .large {
  width: 450px;
}

form .medium {
  /*width: 75px;*/
  width: 95px;
}
form .xlarge {
  width: 600px;
}

form .full {
  width: 90%;
}

form .submit {
  overflow: visible;
}

form .submit, .form-inplaceeditor .editor_ok_button {
  padding: 2px 4px;
}

form.button-to, form.button-to div {display: inline;}
form.button-to input.prominent {font-weight: bold;}
form.button-to input.optional {color: #666;}

/* --- STYLED BLOCK --- */
.styled_block {
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.styled_block h3 {
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

.styled_block dl {
  padding: 15px 15px 0 15px;
}

.styled_block dt {
  padding-bottom: 2px;
}

.styled_block dd {
  padding-bottom: 15px;
}

.styled_block ul {
  list-style: none;
  padding: 0 15px 5px 15px;
}

.styled_block ol {
  list-style-position: inside;
  padding: 0 15px 5px 15px;
}

.styled_block ul li, .styled_block ol li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.styled_block ul li.selected, .styled_block ol li.selected {
  background-color: #eee;
  font-weight: bold;
}

.styled_block ul li.last, .styled_block ol li.last, .styled_block ul li:last-child, .styled_block ol li:last-child {
  border-bottom: none;
}

.styled_block ul.w300 {
  width: 300px;
}

.styled_block ul.w600 {
  width: 600px;
}

.styled_block ul.w450 {
  width: 450px;
}

.styled_block ul.w150 {
  width: 150px;
}

.styled_block ul.left {
  float: left;
}

.styled_block ul.fields {
  padding: 15px 15px 0 15px;
}

.styled_block ul.fields label {
  display: block;
  font-weight: bold;
  margin: 0 0 2px 0;
}

.styled_block ul.fields li {
  padding: 0 0 15px 0;
  border: 0;
}

.styled_block ul.inline-fields {
  padding: 15px 15px 0 15px;
}

.styled_block ul.inline-fields label {
  font-weight: bold;
  margin: 0 2px 0 0;
}

.styled_block ul.inline-fields label:after {
  content: ':';
}

.styled_block ul.inline-fields li {
  padding: 0 15px 0 0;
  border: 0;
  display: inline;
}

.styled_block ul.fields ul.list {
  color: #000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 4px;
  background: white;
}

.styled_block ul.fields ul.list li {
  padding: 0 0 3px 0;
}

.styled_block ul.fields ul.list label {
  display: inline;
  margin-left: 4px;
  font-weight: normal;
}

form.setup-messages {
  border: 1px solid #ddd;
  background-color: #eee;
  width: 832px;
}
.styled_block ul.setup-messages {
  float: left;
}
.styled_block ul.setup-messages li {
  float: left;
  margin-right: 45px;
}
.styled_block ul.setup-messages li.last {
  margin-right: 0;
}
.styled_block ul.setup-messages label {
  color: #888;
}
.styled_block ul.setup-messages li textarea {
  height: 120px;
}
.styled_block ul.setup-messages li.button {
  clear: left;
  padding-bottom: 0;
}
.styled_block ul.setup-messages li.hint {
  width: 800px;
}
                                                           
.styled_block p {
  margin: 0 15px 0 15px;
}

.styled_block p.hint {
  margin-top: -5px;
}

.styled_block p.headerless {
  margin-top: 15px;
}

.styled_block p a {
  padding: 2px 4px;
  color: #f0a718;
}

.styled_block p a:hover {
  background-color: #fdf5e5;
  color: #f0a718;
  text-decoration: none;
}

.styled_block table {
  margin: 15px;
}

.styled_block .actions {
  float: right;
  margin-left: 50px;
}

.styled_block .actions a:hover {
  background: none;
}

.styled_block .form-inplaceeditor-small {
  float: right;
  margin-left: 50px;
}


/* --- FILES/UPLOADS --- */
#uploads {
  float: left;
  width: 100%;
}

#uploads ul {
  float: left;
  width: 49%;
  list-style: none;
  padding-bottom: 2em;
  min-height: 1em;
}

#uploads li img {
  vertical-align: middle;
}

#uploads li {
  margin-bottom: 0.5em;
}

#uploads .category {
  clear: left;
  width: 100%;
}

#uploads ul.category_a {
  float: left;
  width: 48%;
}

#uploads ul.category_b {
  float: right;
  width: 48%;
}

#uploads ul li {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
}

#uploads ul li span.upload_months {
  display: block;
  position: absolute;
  z-index: 200;
}

#uploads ul li span.upload_months form {
  width: 350px;
  margin-left: 20px;
}

.drag_upload, .drag_category {
  cursor: move;
}

/*#uploads li span {
	float: right;
	margin-right: 2em;
}*/


/* --- SEGMENTS/ELASTICITIES --- */
.segments_table {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.segments_table tr.underlined {
  /*background: #f6f6f6;*/
}

.segments_table tr.tall td, .tall tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.segments_table th {
  /*width: 130px;*/
  padding: 5px 10px 5px 5px;
  text-align: left;
  background-color: #eee;
}
.segments_table th.big {width: 320px;}

.segments_table tr.weekend th {
  background-color: #e2e2e2;
}
.segments_table tr.weekend {
  background-color: #f2f2f2;
}
.segments_table tr.even {
  background-color: #f5f5f5;
}
.segments_table td.weekday, .segments_table td.odd {
  padding-left: 13px;
}
.segments_table td.weekend, .segments_table td.even {
  padding-right: 13px;
}

.segments_table th.small {
  width: 60px;
}

.segments_table .header_row th {
  width: 100px;
  text-align: center;
  background-color: #ccc;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.segments_table .header_row th.auto {
  width: auto;
}

.segments_table .header_row th.big {
  width: 320px;
}

.segments_table .header_row th.medium {
  width: 220px;
}

.segments_table .header_row th.big-medium {
  width: 260px;
}

.segments_table .header_row th.groupmaster {
  border-bottom: 1px solid #8e8e8e;
  border-left: 4px solid #ccc;
  border-right: 4px solid #ccc;
}

.segments_table .header_row th.underlined {
  border-bottom: 1px solid #8e8e8e;
}

.segments_table td {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}
.segments_table td.right, .segments_table th.right, table.right td {
  text-align: right;
}
.segments_table td.left, .segments_table th.left, table.left td {
  text-align: left;
}

.segments_table td label {
  margin-right: 8px;
}

.segments_table td.column {
  background-color: #f7f7f7;
}

.segments_table td.normal {
  width: 130px;
}

.segments_table th.auto {
  width: auto;
}

.segments_table th.new_group {
  text-align: center;
  line-height: 0.9;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  background-color: #e0e0e0;
}

.segments_table th.secondary {
  padding-left: 36px;
  border-left: 1px solid #ccc;
}

.segments_table .total_row td {
  border: none;
  border-top: 2px solid #444;
  font-weight: bold;
}
.segments_table .grand_total_row th, .segments_table .grand_total_row td {
  border: none;
  border-top: 2px solid #444;
  font-weight: bold;
  background: #CCC;
}



/* --- ROOMS --- */
#rooms_list td {
  width: 33%;
  padding: 0 15px 5px 0;
  vertical-align: top;
}

#rooms_list h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0;
  background-color: transparent;
  text-transform: none;
}

#rooms_list h2 a {
  color: #0033CC;
}

#rooms_list h2 a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

#rooms_list em {
  font-family: Georgia, serif;
  font-size: 12px;
}

#rooms_list p {
  margin-top: 8px;
}

/* --- PARTICIPANT HOME --- */
#participant_home {
  margin-top: 1em;
}

#participant_home table {
  width: 100%;
  margin-bottom: 1em;
}

#participant_home table th {
  text-align: left;
}

#participant_home p {
  margin-bottom: 1em;
}

/* --- INPLACE EDITOR --- */
.ipe_wrapper {
  float: left;
  width: 100%;
  min-height: 30px;
}

.inplaceeditor-form {
  margin-bottom: 1em;
}

.inplaceeditor-form .editor_field {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

.inplaceeditor-form .editor_cancel_link {
  margin-left: 5px;
}

.form-inplaceeditor-small {
  margin: 0;
}

.form-inplaceeditor-small .editor_field {
  width: 100px;
  padding: 1px;
  margin-right: 2px;
  font-size: 12px;
}

.form-inplaceeditor-small .editor_ok_button {
  margin-right: 2px;
  font-size: 10px;
}

.form-inplaceeditor-small .editor_cancel_link {
  padding: 1px 3px;
  font-size: 12px;
}

/* --- STRATEGIES --- */
#strategy {
  float: left;
  width: 100%;
}

#finding, #recommendation {
  margin-bottom: 1em;
}

/* --- INVESTMENTS --- */
#facilities_list {
  margin-bottom: 1em;
  list-style: none;
}

#facilities_list li {
  margin-bottom: 0.3em;
}

#facilities_list .facility_cost {
  font-size: 96%;
  color: #666;
}

#edit_investment_form {
  float: left;
  width: 100%;
}

#marketing_spend_total_wd, #marketing_spend_total_we {
  font-weight: bold;
}

/* --- TACTICS --- */
#tactics td {
  font-size: 14px;
}

#tactics .sub_header_row td {
  font-size: 12px;
}


/* --- REPORTS --- */
.report {
  /*width: 100%;*/
  /*overflow-x: auto;*/
  /*overflow-y: hidden;*/
}

.report table {
}

.report td {
  width: 100px;
  border-left: 1px solid #ccc;
  font-size: 12px;
  text-align: right;
}

.report td.wd, .report td.we {
  width: auto;
}

.report td.we {
  border-left: 0;
}

.report tr.centered td {
  text-align: center;
}

.report td.percentage {
  width: 55px;
  text-align: left;
  border-left: 0;
}

.report td.group_end {
  border-right: 1px solid #ccc; 
}

.report td.total {
  font-weight: bold;
}

.report .empty td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  font-size: 0;
}

.report .group-start td {
  border-top: 1px solid #ccc;
}

.report th.wd, .report th.we {
  width: auto;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}

.report th.wd {
  border-left: 1px solid #ccc;
}

#income_statement_current {
  float: left;
  margin-right: 2em;
}

#income_statement_ytd {
  float: left;
}

#comparison_report .highlight {
  background-color: #ccffd8;
}

#competition_report td {
  text-align: center;
}

#competition_report .segment_row td, #competition_report .segment_row th {
  padding-top: 15px;
}

#competition_report .segment_row td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#competition_report th.channel {
  font-weight: normal;
  text-align: right;
}

#competition_report .sub_header_row th {
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.summary_report tr.segment_row td {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.summary_report tr.segment_row td.spacer {
  border-bottom: 0;
}

.summary_report th {
  width: auto;
}

.summary_report th.spacer, .summary_report td.spacer {
  width: 10px;
}

.summary_report th.channel, .summary_report th.segment {
  width: 170px;
}

.summary_report th.channel {
  font-weight: normal;
  text-align: right;
}

.summary_report td {
  width: auto;
}

.summary_report td.empty {
  background-color: #eee;
}

.summary_report .total_row td {
  border: none;
  border-top: 1px solid #444;
  /*font-weight: bold;*/
}

.three-level-report th.channel {
  font-weight: normal;
  padding-left: 45px;
  text-align: left;
  width: auto;
}
.three-level-report th.channel span.right {
  float: right;
}

.three-level-report th.sub-channel {
  font-weight: normal;
  padding-left: 85px;
  text-align: left;
  width: auto;
}

#summary_report th {
  width: auto;
}

#summary_report th.channel, #summary_report th.segment {
  width: 100px;
}

#summary_report th.channel {
  font-weight: normal;
  text-align: right;
}

#summary_report td {
  width: auto;
}

#summary_report .header_row th, #summary_report .sub_header_row th {
  text-align: center;
}

#summary_report td.mix, #summary_report td.adr {
  width: 55px;
}

#summary_report .segment_row td {
  border-bottom: 1px solid #ccc;
}

#summary_report .leisure td {
  border-top: 1px solid #ccc;
}

#summary_report .segment_row td, #summary_report .segment_row th {
  padding-top: 15px;
}

#summary_report .total_row td {
  border: none;
  border-top: 2px solid #444;
  font-weight: bold;
}

#summary_report .total_row td.adr {
  border-left: 1px solid #ccc;
}

#summary_report .total_row td.empty {
  border-top: 0;
}

#summary_report td.empty, #summary_report th.empty {
  width: 10px;
}

#past_results {
  margin-top: 5px;
  text-align: right;
}

.ytd-report .h-off, .ytd-report .p-off { display: none; }

/* --- MESSAGES --- */

.message .header {
  font-size: 11px;
  margin-bottom: 5px;
  padding: 3px 5px;
}

.message .header .to {
  color: #fff;
  background-color: #bbb;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-right: 6px;
  padding: 2px;
}
.message .header .time {
  color: #bbb;
  text-transform: uppercase;
  margin-right: 12px;
  padding: 2px;
}
.message .new_message .to {
  background-color: #888888;
}
.message .header .blurb {
  color: black;
}

#new_message_form #message_message {
  height: 300px;
}

#messages {
  /*float: left;*/
	width: 100%;
  background-color: #f8f8f8;
  background: #fff url('../images/bg_messages_head.png') top left repeat-x;
  border: 1px solid #a5a5a5;
}

#messages div {
  overflow: scroll;
  height: 140px;
  background-color: #fff;
}

#messages th, #messages td {

}

#messages .replies {
  width: 60px;
  text-align: center;
}

#messages .subject {

}

#messages .from, #messages .to {
  width: 140px
}

#messages_head {
  width: 100%;
}

#messages_head {
  border-bottom: 1px solid #b2b2b2;
}

#messages_head th {
  padding: 3px 0 3px 4px;
  border-right: 1px solid #c2c2c2;
  font-weight: normal;
  font-size: 12px;
}

#messages_head .subject, #messages_head .from, #messages_head .to {
  text-align: left;
}

#messages_head .replies {
  padding-right: 15px;
  border-right: none;
}

#messages_body {
  width: 100%;
}

#messages_body tr.unread {
  background-color: #cddcf3;
}

#messages_body tr.highlight, #messages_body tr.selected {
  background-color: #3875d7;
  color: #fff;
  /*background-color: #cddcf3;
	background-color: #999;
	color: #fff;*/
}

#messages_body td {
  padding: 2px 0 2px 4px;
  cursor: pointer;
}

#message dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

#message dt {
  float: left;
  width: 50px;
  margin-right: 10px;
  color: #777;
  font-weight: bold;
}

#message dd.subject {
  font-weight: bold;
}

#replies {
  /*padding-top: 2em;*/
}

#replies h3 {
  margin-top: 1em;
/*	margin-bottom: 1em;
	border-bottom: 2px solid #ccc;
	font-size: 18px;
*/}

#replies dl {
  padding-bottom: 0;
}

.reply {
  padding: 6px;
  background-color: #eee;
  margin-bottom: 2em;
}

#new_reply_form {
  margin-top: 1em;
}

/* --- ERRORS --- */
#error, #notice {
  margin-bottom: 15px;
  padding: 10px 10px 10px 25px;
  font-size: 14px;
  text-align: left;
}

#error, #errorExplanation h2 {
  color: #fff;
  border: 1px solid #CC9999;
  background: #c00 url('../images/icon_error.png') 5px center no-repeat;
}

#notice {
  color: #060;
  border: 1px solid #99CC99;
  background: #E2F9E3 url('../images/icon_notice.png') 5px center no-repeat;
}

#notice, #error {
  border-width: 3px;
  position: absolute;
  right: 35px;
  top: 110px;
  z-index: 1000;
}

.field_error {
  display: inline;
}

.field_error input, .field_error textarea, .field_error select {
  border: 1px solid #f77;
  background-color: #FEE;
}

#errorExplanation {
  float: left;
  border: 1px solid #DDDDDD;
  border: 1px solid #CC9999;
  padding: 7px 12px 12px 7px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: normal;
  padding: 3px 3px 3px 25px;
  font-size: 13px;
  text-transform: capitalize;
  margin: 0px;
  background-color: #c00;
  color: #fff;
  display: none;
}

#errorExplanation p {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 2px;
  display: none;
}

#errorExplanation ul {
  margin-top: 6px;
  padding-left: 22px;
}

#errorExplanation ul li {
  padding-left: 0px;
  font-size: 12px;
  list-style: disc;
  color: #c00;
  font-size: 13px;
}

/* --- HELP --- */
.help_box {
  color: #111;
  margin-bottom: 1em;
  padding: 15px;
  border: 1px solid #ff6;
  background-color: #ffc;
}

#content .help_box h3 {
  font-size: 1.4em;
  border-bottom: 1px dotted #666;
}

.help_box h3 small {
  font-size: 0.8em;
}

.help_box ul, .help_box ol {
  margin: 0 0 1em 1em;
}

.help_box li {
  margin-left: 1em;
}

.help_box dl {
  padding-bottom: 0.5em;
}

.help_box dt {
  font-weight: bold;
}

.help_box dd {
  margin-bottom: 1em;
}

.help_box .close {

}

.note {
  margin-top: 0.2em;
  color: #999;
}


div.percentage_slider { width:150px; margin:10px 0; background-color:#ccc; height:4px; position: relative; }
div.percentage_slider .label { font-size: xx-small; line-height: 13px;}
div.percentage_slider div.indicator { width:100%; left: 0; margin:2px 0 0; background-color:transparent; height:4px; position: absolute; text-align: center; white-space: nowrap; z-index:1;}
div.percentage_slider div.handle { width:10px; height:5px; background-color:#f00; cursor:move; position: absolute; z-index:5;}
form.readonly div.percentage_slider div.handle { cursor:default;}

div.distribution_slider { width:740px; margin:10px auto 10px auto; background-color:#ccc; height:4px; position: relative; }
div.distribution_slider .label { font-size: xx-small; }
div.distribution_slider div.indicator { width:0px; left: 0; margin:2px 0 0; background-color:transparent; height:4px; position: absolute; text-align: center; white-space: nowrap; z-index:1;}
div.distribution_slider div.handle { width:10px; height:5px; background-color:#f00; cursor:move; position: absolute; z-index: 5; }
form.readonly div.distribution_slider div.handle { cursor:default;}

div.vertical-slider { height:150px; margin:0; background-color:#ccc; width:4px; position: relative; float: left;}
div.vertical-slider .label { font-size: xx-small; line-height: 13px;}
div.vertical-slider div.indicator { width:100%; left: 0; margin:2px 0 0; background-color:transparent; height:4px; position: absolute; text-align: center; white-space: nowrap; z-index:1;}
div.vertical-slider div.handle { height:10px; width:5px; background-color:#f00; cursor:move; position: absolute; z-index:5;}
form.readonly div.vertical-slider div.handle { cursor:default;}
div.horizontal-slider { width:280px; margin:0 10px; background-color:#ccc; height:4px; position: relative; clear: both;}
div.horizontal-slider .label { font-size: xx-small; line-height: 13px;}
div.horizontal-slider div.indicator { width:100%; left: 0; margin:2px 0 0; background-color:transparent; height:4px; position: absolute; text-align: center; white-space: nowrap; z-index:1;}
div.horizontal-slider div.handle { width:10px; height:5px; background-color:#f00; cursor:move; position: absolute; z-index:5;}
form.readonly div.horizontal-slider div.handle { cursor:default;}
canvas.idr-graph, canvas.idr-graph2, canvas.idr-graph3, canvas.depr-graph , canvas.loss-graph , canvas.reversed-loss-graph, canvas.min-max-loss-graph { margin: 0 5px 5px 5px; float: left;}

#month_selector, #participant_selector {font-size: 14px; width: 160px; vertical-align: middle; }
#header_progress_indicator {font-size: 12px; font-weight: normal; vertical-align: middle; color: #999;}
#page_title h1 a.circle_link {line-height: 30px; font-size: 18px; vertical-align: middle; color: #fff; text-decoration: none;}
#page_title h1 a.circle_link:hover {background: transparent; color: #FDF5E5;}

table #events_list td {vertical-align: top;}

span.refurbisment_percentage_poor {color: red;}
span.refurbisment_percentage_fair {color: #cc0;}
span.refurbisment_percentage_good {color: #040;}
span.refurbisment_percentage_excel {color: #080;}

.top-value {background-color: #ffa;}
.no-top-value .top-value {background-color: inherit;}

#hotel_checks {
  display: block;
  vertical-align: top;
  font-size: 85%;
  margin-top: -16px;
  margin-bottom: 16px;
}
#hotel_checks input {margin-right: 2px;}
#hotel_checks label {margin-right: 12px;}
#hotel_checks input.showAll {vertical-align:bottom; font-size: 68%;}

#ytd_checks {
  display: block;
  vertical-align: top;
  font-size: 85%;
  margin-left: 32px;
}
#ytd_checks input {margin-right: 2px;}
#ytd_checks label {margin-right: 12px;}

#month_checks {
  display: block;
  vertical-align: top;
  font-size: 85%;
  margin-left: 32px;
}
#month_checks input {margin-right: 2px;}
#month_checks label {margin-right: 12px;}

#month_checks + #ytd_checks { margin-left: 0}

#sc_month_checks label {margin-left: 12px; margin-right: 12px;}

#percentage_checks {
  display: block;
  vertical-align: top;
  font-size: 85%;
  margin-left: 32px;
}
#percentage_checks input {margin-right: 2px;}
#percentage_checks label {margin-right: 12px;}

#checks_line {
  display: block;
  margin-top: -16px;
  margin-bottom: 16px;
}
#checks_line #hotel_checks, #checks_line #ytd_checks, #checks_line #month_checks, #checks_line #percentage_checks {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
}

#progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
}
#progress #progress-backdrop{
  position: absolute;
  left: 0;
  top: 0;
  width: 10000px;
  height: 10000px;
  overflow: hidden;
  z-index: 998;
  background: transparent url(../images/progress-backdrop.png) repeat;
}
#progress #progress-message {
  position: fixed;
  background: transparent url(../images/progress-background.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -150px;
  width: 320px;
  height: 200px;
  z-index: 999;
  padding: 50px 40px;
}

#progress h4 {
  margin-bottom: 4em;
  height: 32px;
  line-height: 32px;
  padding-left: 44px;
  vertical-align: bottom;
  background: transparent url(../images/progress.gif) no-repeat;
}

form#new_contact {background-color: transparent; border-width: 0;}

.video_player {display: block; width: 800px; height: 430px; margin: auto; background: transparent;}

#time_distance_in_words { font-size: 125%; }

#ie-warning {
  margin-top: 1em;
  border: 1px solid #777;
  padding: 1em;
  background-color: #ffc;
}
#ie-warning-header {
  display: block;
  margin-bottom: 0.3em;
}

.one-bit {white-space: nowrap;}

#communicate-group, #observe_hotels-group, #reports-group {margin-left: 20px;}

/* --- ROOM BLOCKS --- */
#event_blocks_list td { white-space: nowrap; }
#event_blocks_list input.qty { width: 35px; text-align: right; }
#event_blocks_list input.small { width: 35px; }

/* --- LOGIN PAGE --- */
p.logos { margin-top: 1em; }
p.logos img { vertical-align: -300%; padding-left: 4px; padding-right: 3px; }
